home *** CD-ROM | disk | FTP | other *** search
- ; Install script for Mroocheck PC Mouse Interface
- ; $VER: Mroocheck-Install 1.0 (08.03.00)
- (copylib
- (prompt "Mroocheck.driver will be copied to C: drawer.")
- (help )
- (source "Mroocheck.driver")
- (confirm)
- (dest "C:")
- )
-
- (startup ("Mroocheck")
- (command "C:Mroocheck.driver" )
- (prompt "\n\n\nInserting\n\n C:Mroocheck.driver\n\n into the user-startup")
- (help "\n\nInserting C:Mroocheck.driver into the user-startup")
- )
- (copyfiles
- (prompt "FreeWheel will be copied to SYS:WBStartup drawer.")
- (help )
- (source "FreeWheel/FreeWheel")
- (confirm)
- (infos)
- (dest "SYS:WBStartup/")
- )
-
- ( exit "Installation completed!" "\n\n\nPlease reboot your computer now!" (quiet))
-